home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5605 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: cloud9.net!not-for-mail
  2. From: hraiser@cloud9.net
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: Java? Was: "SHOULD I DUMP VISUAL BASIC?"
  5. Followup-To: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  6. Date: 5 Feb 1996 14:31:10 -0500
  7. Organization: Cloud 9 Internet, White Plains, NY, USA
  8. Message-ID: <4f5ltu$9lt@cloud9.net>
  9. References: <4e9g08$3dp@maureen.teleport.com> <Pine.SUN.3.90.960126125658.2477C-100000@menger.eecs.stevens-tech.edu> <sundial.2191.00464727@primenet.com> <DLvxyq.62w@news.hawaii.edu> <4et3p7$79o@cloud9.net> <823335327.28831@williaj.demon.co.uk> <mac.318.3115D621@zeus.hsrc.ac.za>
  10. NNTP-Posting-Host: cloud9.net
  11. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  12.  
  13. Malcolm Coulter (mac@zeus.hsrc.ac.za) wrote:
  14. : Since I can never get into Sun's Java site, perhaps someone could clarify what 
  15. : Java is.. I have heard the following:
  16. <snip>
  17.  
  18.   Java is an object oriented language much like C++, simpler, yet more
  19. robust from an object oriented standpoint.  It "compiles" input files
  20. (containing, for the most part, individual classes) into Java Virtual
  21. Machine Language, which in turn is interpreted at run time by a Java
  22. interpreter, such as Sun's Hot Java or Netscape 2.0.  Java does not create
  23. P-Code in the Visual Basic sense, the Virtual Java Machine Code the Java
  24. compiler produces can be run on any system capable running the virtual
  25. machine, thus Java obtains cross-platform portability with zero effort.  You
  26. can think of the Java run time interpreter as more of an emulator than an
  27. interpreter.  Java Script is Java's little brother.  Java Script is a light
  28. weight version of Java primarily used to enhance Web Pages.  Java Script is
  29. interpreted directly in source form, it is never compiled into byte codes.
  30.